home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSPELLSUGGESTER / TSPELLSUGGESTER.txt
Text File  |  2004-10-12  |  3KB  |  179 lines

  1. object SpellSuggester: TSpellSuggester
  2.   Left = 793
  3.   Top = 644
  4.   HelpContext = 14022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Spell checking'
  8.   ClientHeight = 176
  9.   ClientWidth = 479
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 17
  24.     Width = 79
  25.     Height = 13
  26.     Caption = '&Not in dictionary:'
  27.     FocusControl = eWord
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 41
  32.     Width = 52
  33.     Height = 13
  34.     Caption = '&Change to:'
  35.     FocusControl = eChange
  36.   end
  37.   object Label3: TLabel
  38.     Left = 8
  39.     Top = 65
  40.     Width = 61
  41.     Height = 13
  42.     Caption = '&Suggestions:'
  43.     FocusControl = lSuggest
  44.   end
  45.   object Label4: TLabel
  46.     Left = 8
  47.     Top = 152
  48.     Width = 65
  49.     Height = 13
  50.     Caption = 'Add &words to:'
  51.   end
  52.   object eWord: TEdit
  53.     Left = 120
  54.     Top = 16
  55.     Width = 145
  56.     Height = 21
  57.     TabOrder = 0
  58.     OnChange = eWordChange
  59.   end
  60.   object eChange: TEdit
  61.     Left = 120
  62.     Top = 40
  63.     Width = 145
  64.     Height = 21
  65.     TabOrder = 1
  66.   end
  67.   object lSuggest: TListBox
  68.     Left = 120
  69.     Top = 64
  70.     Width = 145
  71.     Height = 73
  72.     ItemHeight = 13
  73.     TabOrder = 2
  74.     OnClick = lSuggestClick
  75.   end
  76.   object bIgnore: TButton
  77.     Left = 272
  78.     Top = 16
  79.     Width = 97
  80.     Height = 25
  81.     Caption = '&Ignore'
  82.     ModalResult = 7
  83.     TabOrder = 3
  84.   end
  85.   object bIgnoreAll: TButton
  86.     Left = 376
  87.     Top = 16
  88.     Width = 97
  89.     Height = 25
  90.     Caption = 'Ig&nore All'
  91.     ModalResult = 3
  92.     TabOrder = 4
  93.   end
  94.   object bChange: TButton
  95.     Left = 272
  96.     Top = 48
  97.     Width = 97
  98.     Height = 25
  99.     Caption = '&Change'
  100.     Default = True
  101.     ModalResult = 6
  102.     TabOrder = 5
  103.   end
  104.   object bChangeAll: TButton
  105.     Left = 376
  106.     Top = 48
  107.     Width = 97
  108.     Height = 25
  109.     Caption = 'C&hange All'
  110.     ModalResult = 4
  111.     TabOrder = 6
  112.   end
  113.   object bAdd: TButton
  114.     Left = 272
  115.     Top = 80
  116.     Width = 97
  117.     Height = 25
  118.     Caption = '&Add'
  119.     ModalResult = 1
  120.     TabOrder = 7
  121.   end
  122.   object bOptions: TButton
  123.     Left = 376
  124.     Top = 112
  125.     Width = 97
  126.     Height = 25
  127.     Caption = '&Options...'
  128.     TabOrder = 9
  129.     OnClick = bOptionsClick
  130.   end
  131.   object bDictionary: TButton
  132.     Left = 272
  133.     Top = 144
  134.     Width = 97
  135.     Height = 25
  136.     Caption = '&Dictionaries...'
  137.     TabOrder = 10
  138.     OnClick = bDictionaryClick
  139.   end
  140.   object bSuggest: TButton
  141.     Left = 376
  142.     Top = 80
  143.     Width = 97
  144.     Height = 25
  145.     Caption = '&Suggest'
  146.     TabOrder = 8
  147.     OnClick = bSuggestClick
  148.   end
  149.   object Cancel: TButton
  150.     Left = 376
  151.     Top = 144
  152.     Width = 97
  153.     Height = 25
  154.     Cancel = True
  155.     Caption = 'Cancel'
  156.     ModalResult = 2
  157.     TabOrder = 11
  158.   end
  159.   object cbLex: TComboBox
  160.     Left = 120
  161.     Top = 148
  162.     Width = 145
  163.     Height = 21
  164.     Style = csDropDownList
  165.     ItemHeight = 13
  166.     TabOrder = 12
  167.   end
  168.   object bUndo: TButton
  169.     Left = 272
  170.     Top = 112
  171.     Width = 97
  172.     Height = 25
  173.     Caption = '&Undo'
  174.     Enabled = False
  175.     TabOrder = 13
  176.     OnClick = bUndoClick
  177.   end
  178. end
  179.